@charset "utf-8";
/*other*/
.white,.white a:link, .white a:visited, .white a:hover {
    color:white;
}
a.red,a.red a:link, a.red a:visited, a.red a:hover{
	color: #d02429;
}
.main {
	width: 100%;
	min-width: 1200px;
}
/* header */
.fri-header {
	padding: 48px 0 42px 0;
}
.fri-header .left img {
	width: 95%;
}
.fri-header .right {
	position: relative;
}
.fri-header .right .inp1 {
	width: 343px;
  	height: 48px;
	line-height: 48px;
	border-style: solid;
	border-width: 2px;
	border-radius: 22px;
	border-color: rgb(186, 38, 31);
	background-color: rgb(255, 255, 255);
  	box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.14);
	text-indent: 2em;
	padding-right: 16%;
}
.fri-header .right .inp1::-webkit-input-placeholder {
	color: rgb(217, 217, 217);
	font-size: 14px;
}
.fri-header .right .inp1::moz-input-placeholder {
	color: rgb(217, 217, 217);
	font-size: 14px;
}
.fri-header .right .inp1:moz-input-placeholder {
	color: rgb(217, 217, 217);
	font-size: 14px;
}
.fri-header .right .inp1::ms-input-placeholder {
	color: rgb(217, 217, 217);
	font-size: 14px;
}
.fri-header .right .inp2 {
	position: absolute;
	right: 16px;
	top: 7px;
	background: url(../images/ico1.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 33px;
}
/* nav */
.fri-nav {
	height: 70px;
	line-height: 70px;
	background-color: #d02429;
	font-size: 22px;
}
.fri-nav a {
	margin-right: 28px;
}
.fri-nav a.active {
	text-decoration: none;
    box-shadow: 0 1px;
}
.fri-nav-mob {
	display: none;
}
/* p1 */
.fri-p1 {
	margin-top: 40px;
}
.fri-p1 .left {
	width: 750px;
	text-align: left;
}
.fri-p1 .right {
	width: 450px;
	background-color: #f6f6f6;
	height: 445px;
}
.fri-p1 .pic1 {
	width: 750px;
	height: 480px;
	position: relative;
	overflow: hidden;
}
.swiper-container-p1 {
	width: 750px;
	height: 445px;
	overflow: hidden;
}
.swiper-container-p1 .swiper-slide {
	position: relative;
}
.swiper-container-p1 .swiper-slide span.text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 15px 5%;
	text-align: left;
	font-size: 16px;
	z-index: 10;
}
.swiper-container-p1 .swiper-slide i.bg {
	position: absolute;
	width: 100%;
	background: url(../images/bg1.png) no-repeat bottom;
	bottom: 0;
	height: 100%;
	display: block;
}
.pagination1 {
	left: 0;
	bottom: 0px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.pagination1 .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 9px;
	background: #e5e5e5;
	margin: 0 5px;
	cursor: pointer;
}
.pagination1 .swiper-active-switch {
	background-color: rgb(208, 36, 41);
	border-radius: 4px;
	width: 18px;
}
.fri-p1 .right h3.title {
	font: normal 25px/27px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	margin: 30px auto 0 auto;
	text-align: left;
	width: 410px;
}
.fri-p1 .right p.text {
	font-size: 16px;
	line-height: 2.0;
	text-align: left;
	padding: 15px 0;
	border-bottom: 1px solid #cacaca;
	width: 410px;
	margin: 0 auto;
}
.fri-p1 .right .list {
	counter-reset: bookrank;
	margin: 15px auto 0 auto;
	width: 410px;
}
.fri-p1 .right .list li {
	position: relative;
	font-size: 18px;
	line-height: 2.0;
	text-align: left;
}
.fri-p1 .right .list li a {
	margin-left: 30px;
}
.fri-p1 .right .list li::before {
	position: absolute;
	content: '0'counter(bookrank)'/';
	counter-increment: bookrank;
}
/* p2 */
.fri-p2 {
	background-color: #f6f6f6;
	padding-top: 45px;
	margin-top: 40px;
}
.fri-p2 .items {
	width: 580px;
	height: 388px;
	background-color: #cfcfcf;
	float: left;
	margin-left: 40px;
	position: relative;
	margin-bottom: 38px;
}
.fri-p2 .items:nth-child(2n+1) {
	margin-left: 0;
}
.fri-p2 .items h3.title {
	background-color: #c0161c;
	position: absolute;
	height: 45px;
	line-height: 45px;
	top: 245px;
	left: 0;
	font-size: 20px;
	padding-left: 18px;
}
.fri-p2 .items h3.title::after {
	position: absolute;
	content: '';
	background: url(../images/bg2.png) no-repeat right;
	display: inline-block;
	width: 23px;
	height: 45px;
}
.fri-p2 .items .list {
	width: 92%;
	margin: 15px auto 0 auto;
}
.fri-p2 .items .list li {
	text-align: left;
	font-size: 18px;
	line-height: 1.9;
	position: relative;
}
.fri-p2 .items .list li a {
	margin-left: 15px;
}
.fri-p2 .items .list li::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 14px;
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background-color: #1c1c1c;
}
.scale_img {
	width: 580px;
	height: 280px;
	overflow: hidden;
	display: block;
}
.scale_img img {
    transition: all 0.8s;
}
.scale_img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/* p3 */
.fri-title {
	margin-top: 40px;
}
.fri-p3 {
	background: url(../images/bg3.png) no-repeat bottom center;
	height: 350px;
	position: relative;
}
.fri-p3 .prev1,
.fri-p3 .next1 {
	background: url(../images/arrow.png) no-repeat;
	width: 65px;
	height: 52px;
	position: absolute;
	top: 180px;
	z-index: 10;
}
.fri-p3 .prev1 {
	left: 8%;
}
.fri-p3 .next1 {
	right: 8%;
	transform: rotate(180deg);
}
.swiper-container-p2 {
	height: 345px;
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.swiper-container-p2 .swiper-slide {
	position: relative;
}
.swiper-container-p2 .swiper-slide .man {
	position: absolute;
	left: 0px;
}
.swiper-container-p2 .swiper-slide .title {
	border-left: 1px solid #1c1c1c;
	width: 200px;
	text-align: left;
	position: absolute;
	left: 350px;
	top: 175px;
	padding-left: 5px;
}
.swiper-container-p2 .swiper-slide .title h3 {
	font: 500 24px/28px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
}
.swiper-container-p2 .swiper-slide .title h4 {
	font: normal 16px/18px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	color: #4b4b4b;
}
.swiper-container-p2 .swiper-slide .text {
	position: absolute;
	right: 90px;
	top: 160px;
	width: 480px;
	text-align: left;
	font-size: 16px;
	line-height: 1.9;
}
/* p4 */
.fri-p4 {
	margin-top: 30px;
	background: url(../images/bg4.png) no-repeat top center;
}
.fri-p4 .w1200 {
	padding: 108px 128px 52px 194px;
}
.fri-p4 .w1200 p.text {
	font-size: 20px;
	text-align: left;
	line-height: 1.9;
	text-indent: 2em;
}
.fri-p4 .w1200 span.more {
	text-align: right;
	font-size: 18px;
	display: block;
	margin-top: 36px;
}
/* p5 */
.fri-p5 {
	background-color: #f6f6f6;
	margin-top: 40px;
}
.fri-p5 .container {
	margin-top: 40px;
	position: relative;
}
.fri-p5 .prev2,
.fri-p5 .next2 {
	background: url(../images/arrow.png) no-repeat;
	width: 65px;
	height: 52px;
	position: absolute;
	top: 170px;
	z-index: 10;
}
.fri-p5 .prev2 {
	left: 8%;
}
.fri-p5 .next2 {
	right: 8%;
	transform: rotate(180deg);
}
.fri-p5 .swiper-container-p3 {
	width: 1200px;
	height: 480px;
	overflow: hidden;
	margin: 0 auto;
}
.fri-p5 .swiper-container-p3 .swiper-slide p.text {
	font-size: 18px;
	line-height: 1.6;
}
.fri-p5 .swiper-container-p3 .swiper-slide i.arrow {
	display: block;
	background: url(../images/ico2.png) no-repeat;
	width: 21px;
	height: 12px;
	margin: 5px auto 10px auto;
}
/* p6 */
.fri-p6 {
	margin: 40px auto 0 auto;
	width: 1120px;
	position: relative;
}
.fri-p6 .preview {
	width: 100%;
	position: relative;
	height: 151px;
	background: url(../images/bg5.png) repeat-x top center;
}
.fri-p6 .preview .swiper-container {
	width: 900px;
	height: 151px;
}
.fri-p6 .preview .swiper-slide {
	position: relative;
}
.fri-p6 .preview .swiper-slide .year {
	width: 92px;
	height: 92px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	display: inline-block;
	line-height: 92px;
	background-color: #fff;
	cursor: pointer;
	font-size: 16px;
}
.fri-p6 .preview .swiper-slide.active-nav .year {
	background-color: #d02429;
	border: 1px solid #d02429;
}
.fri-p6 .preview .swiper-slide.active-nav .year,
.fri-p6 .preview .swiper-slide.active-nav .year a {
	color: #fff;
}
.fri-p6 .preview .swiper-slide.active-nav i.line {
	position: absolute;
	display: block;
	width: 1px;
	height: 60px;
	background-color: #d02429;
	left: 50%;
}
.fri-p6 .preview .prev3,
.fri-p6 .preview .next3 {
	position: absolute;
	background: url(../images/arrow2.png) no-repeat;
	width: 66px;
	height: 66px;
	top: 15px;
	z-index: 10;
}
.fri-p6 .preview .prev3 {
	left: 0;
}
.fri-p6 .preview .next3 {
	right: 0;
	transform: rotate(180deg);
}
.fri-p6 .view {
	position: relative;
	height: 200px;
	overflow: hidden;
}
.fri-p6 .view .swiper-container {
	width: 745px;
}

.fri-p6 .view .swiper-container .swiper-slide .list {
	width: 745px;
	border: 1px dashed rgb(208, 36, 41);
	padding: 25px 0;
	position: relative;
}

.fri-p6 .view .swiper-container .swiper-slide .list li {
	position: relative;
	text-align: left;
	font-size: 18px;
	line-height: 1.9;
	width: 90%;
	margin: 0 auto;
}
.fri-p6 .view .swiper-container .swiper-slide .list li a {
	margin-left: 15px;
}
.fri-p6 .view .swiper-container .swiper-slide .list li::before {
	content: "";
    position: absolute;
    left: 0px;
    top: 14px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 7px;
    background-color: #d02429;
}

/* d2 */
.fri-d2nav {
	padding: 30px 0 24px 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	text-align: left;
}
.fri-d2nav, .fri-d2nav a {
	color: #919191;
}
.fri-none a:nth-child(1) {
	display: none;
}
.fri-d2 {
	margin-top: 20px;
}
.fri-d2 .items,
.fri-sou .items {
	margin-top: 18px;
	border-width: 1px;
	border-color: rgb(246, 246, 246);
	border-style: solid;
	border-radius: 10px;
	padding: 28px 28px 15px 28px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
.fri-d2 .items img {
	float: left;
	margin-right: 12px;
}
.fri-d2 .items h2.title,
.fri-sou .items h2.title {
	font: 600 24px/28px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
}
.fri-d2 .items h4.time {
	font: normal 14px/30px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	color: #a2a2a2;
}
.fri-d2 .items p.text {
	font-size: 18px;
	line-height: 1.8;
}
.fri-d2 .items p.text span.more {
	display: block;
	right: 28px;
	bottom: 10px;
	position: absolute;
}
.fri-d2 .items:hover {
	border-left: 1px solid #d02429;
}
.page_n {
    text-align: center;
    padding: 80px 0 40px 0;
    overflow: hidden;
}
.page_n a {
    box-shadow: inset 1px 0 #dddad2, inset -1px 0 #dddad2, inset 0 1px #dddad2, inset 0 -1px #dddad2;
    background: #f7f6f3;
    padding: 10px 15px;
    margin: 0 5px;
    text-decoration: none;
}
.page_n a.common_current_page {
    background: #d4d4d4;
    color: #fff;
}

/* text */
.fri-d2 h1.title {
	font: 600 35px/37px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	padding-top: 30px;
}
.fri-d2 div.timer {
	font-size: 16px;
	color: #919191;
	line-height: 240%;
	padding-bottom: 30px;
}
.fri-d2 .text-content {
	width: 92%;
	margin: 0 auto;
}
.fri-d2 .text-content p {
	font-size: 18px;
	text-align: left;
	line-height: 32px;
	padding: 5px 0;
}
.fri-d2 .text-content table {
	margin: 0 auto;
}
.fri-d2 .text-content table td {
	font-size: 16px;
	padding: 5px 0;
}
.fri-d2 .text-content .editor {
	font-size: 18px;
	text-align: right;
	margin: 30px auto;
}
.scale_img {
	width: 580px;
	height: 280px;
	overflow: hidden;
	display: block;
}
.scale_img img {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.scale_img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/* copyright */
#copyright {
	background-color: #d02429;
	padding: 15px 0;
	width: 100%;
	color: #fff;
}
/* sou */
.fri-sou .explain {
	font: 500 14px/20px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	text-align: left;
	margin-top: 15px;
	margin-bottom: 30px;
}
.fri-sou .explain .keywords {
	color: red;
}
.fri-sou .items {
	border: none;
	padding: 0px 0 20px 0;
	border-bottom: 1px dashed #e3e3e3;
}
.fri-sou .items p.text {
	font-size: 18px;
	line-height: 1.6;
	margin-top: 15px;
}
.fri-sou .items p.text em {
	color: red;
}
.fri-sou .items h4.time {
	font-size: 16px;
	margin-top: 8px;
}

@media (max-width:1400px) {
	.fri-p3 .prev1,
	.fri-p5 .prev2 {
		left: 0;
	}
	.fri-p3 .next1,
	.fri-p5 .next2 {
		right: 0;
	}
}
@media (max-width:1600px) {
	.fri-p3 .prev1,
	.fri-p5 .prev2 {
		left: 2%;
	}
	.fri-p3 .next1,
	.fri-p5 .next2 {
		right: 2%;
	}
}

/******** phone ********/
.phone .w1200 {
    width: 100%;
}
.phone .main {
	min-width: 10rem;
}
/* header */
.phone .fri-header {
	padding: 40px 0 20px 0;
}
.phone .fri-header .left {
	text-align: left;
	width: 50%;
}
.phone .fri-header .left img {
	width: 85%;
	height: auto;
	margin-left: 0.3rem;
}
.phone .fri-header .right .inp1 {
	width: 4.8rem;
	height: 0.85rem;
	line-height: 0.85rem;
	text-indent: 1em;
}
.phone .fri-header .right .inp2 {
	right: 0%;
	background-size: 50% auto;
}
/* nav */
.phone .fri-nav {
	display: none;
}
.phone .fri-d2nav {
	width: 10rem;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
}

@media (max-width:1000px) {
	.fri-nav-mob {
		display: block;
	}
}

.fri-nav-mob {
	width: 10rem;
	font-size: 0.32rem;
	font-weight: bold;
	padding: 10px 0;
	background-color: #d02429;
	overflow: hidden;
	line-height: auto;
	position: relative;
}
.fri-nav-mob span {
	margin: 0 0.2rem 0 0.3rem;
	display: inline-block;
}
.fri-nav-mob .swiper-slide {
	font-size: 0.48rem;
	line-height: 0.92rem;
	width: auto;
}
.fri-nav-mob .swiper-slide a {
	display: inline-block;
}
.phone .fri-d2 {
	margin-top: 0;
}
.phone .fri-d2 .items {
	text-align: center;
	padding: 10px 0;
	width: 9.2rem;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	border-bottom: 1px solid #f2f2f2;
}
.phone .fri-d2 .items img {
	width: 45%;
	height: auto;
	margin-bottom: 12px;
}
.phone .fri-d2 .items h2.title,
.phone .fri-d2 .items h4.time,
.phone .fri-d2 .items p.text {
	text-align: left;
}
.phone .fri-d2 .items h2.title {
	font-size: 16px;
	line-height: 120%;
}
.phone .fri-d2 .items p.text,
.phone .fri-d2 .items p.text span.more {
	display: none;
}
.phone .page_n {
	padding: 40px 0;
}
.phone .page_n a {
	padding: 5px 12px;
}
.phone .fri-d2 .text-content p img {
	width: 100% !important;
	height: auto !important;
}
.phone .fri-sou {
	width: 9.2rem;
}
.phone .fri-sou .items h2.title {
	line-height: 30px;
}